added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Roles / WebWorkflowRole / VB / POInterface / My Project / AssemblyInfo.vb
blob284cc792d8a169a9386b4a88c433aab1dee67d6f
1 '---------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '---------------------------------------------------------------------
16 Imports System
17 Imports System.Reflection
18 Imports System.Runtime.InteropServices
19 Imports System.Security.Permissions
21 ' General Information about an assembly is controlled through the following
22 ' set of attributes. Change these attribute values to modify the information
23 ' associated with an assembly.
25 ' Review the values of the assembly attributes
27 <Assembly: AssemblyTitle("POInterface")>
28 <Assembly: AssemblyDescription("A Windows Workflow Foundation SDK Technologies Sample Assembly")>
29 <Assembly: AssemblyCompany("Microsoft Corporation")>
30 <Assembly: AssemblyProduct("Windows Workflow Foundation SDK Technologies Samples")>
31 <Assembly: AssemblyCopyright("Microsoft Corporation. All rights reserved.")>
32 <Assembly: AssemblyTrademark("")>
34 <Assembly: ComVisible(False)>
35 <Assembly: CLSCompliant(True)>
36 <Assembly: SecurityPermission(SecurityAction.RequestMinimum, Flags:=SecurityPermissionFlag.Execution)>
38 'The following GUID is for the ID of the typelib if this project is exposed to COM
39 <Assembly: Guid("b0e22ab1-de3d-4373-a7d3-45e02d270c5d")>
41 ' Version information for an assembly consists of the following four values:
43 ' Major Version
44 ' Minor Version
45 ' Build Number
46 ' Revision
48 ' You can specify all the values or you can default the Build and Revision Numbers
49 ' by using the '*' as shown below:
50 ' <Assembly: AssemblyVersion("1.0.*")>
52 <Assembly: AssemblyVersion("1.0.0.0")>
53 <Assembly: AssemblyFileVersion("1.0.0.0")>